home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-13 / allqtips.zip / TECH7.MSG < prev    next >
Text File  |  1992-08-05  |  3KB  |  55 lines

  1.           A QEdit Tip from the SemWare Technical Support Staff
  2.  
  3.                 .. Manipulating Marked Blocks (Part B)..
  4.  
  5.         QEdit provides several other ways to manipulate a marked Block.
  6.         Manipulation of Marked Blocks can be done by using the Upper,
  7.         Lower, Flip, Sort, Fill, Print, and WriteBlock commands.
  8.         Following is a description of each of QEdit's block manipulation
  9.         commands along with our default key combinations.
  10.  
  11.         Upper <Alt 1> - will change all characters in a marked block to
  12.             upper case.  
  13.  
  14.         Lower <Alt 2> - will change all characters in a marked block to
  15.             lower case.
  16.  
  17.         Flip <Alt 3> - will reverse the case (upper to lower and lower
  18.             to upper) of all characters in a marked block.
  19.  
  20.         The Upper, Lower, and Flip commands must be used within the
  21.         marked block.  If the cursor is outside of the marked block or
  22.         if no block is marked, the character at the current cursor
  23.         position is changed to upper case.
  24.  
  25.         Sort <Shift F3> - will sort a range of lines in ascending order.
  26.             The sort key is determined by a marked column block.  The
  27.             length of the column block determines the range of lines to
  28.             be sorted.
  29.  
  30.             This command can _only_ be used with a single, nonzoomed
  31.             window on the screen.
  32.  
  33.         FillBlock <Ctrl K><L> - will fill an entire block with any ASCII
  34.             character.  FillBlock is recommended for use with column and
  35.             word blocks only because it will fill other type blocks with
  36.             characters beyond column 80.
  37.  
  38.         PrintBlock <Alt P><B> - will print the entire contents of the
  39.             marked Block.  The marked Block must be in the current file.
  40.  
  41.         WriteBlock <Alt W> - will write the marked Block to the named
  42.             file.  The editor will prompt for the name of the file.
  43.  
  44.             This feature will also allow you to save your current file
  45.             under a different name.  To do so, press <Alt W> with no
  46.             marked blocks in the file.  QEdit will prompt you for a
  47.             filename. If the filename already exists, QEdit will prompt
  48.             you with "Overlay existing file" and "Append to file."
  49.             Select the option you desire or press escape to abort.
  50.  
  51.             If there is a marked block in the file, the WriteBlock
  52.             command will, as before, write the current marked block to
  53.             the named file.
  54.  
  55.